runtime.spanSet.push (method)

10 uses

	runtime (current package)
		arena.go#L1112: 	h.central[spc].mcentral.fullSwept(h.sweepgen).push(s)
		mcache.go#L253: 	mheap_.central[spc].mcentral.fullSwept(mheap_.sweepgen).push(s)
		mcentral.go#L156: 				c.fullSwept(sg).push(s.mspan)
		mcentral.go#L240: 			c.partialSwept(sg).push(s)
		mcentral.go#L244: 			c.fullSwept(sg).push(s)
		mgcsweep.go#L725: 			mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
		mgcsweep.go#L778: 				mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
		mgcsweep.go#L780: 				mheap_.central[spc].mcentral.partialSwept(sweepgen).push(s)
		mgcsweep.go#L837: 		mheap_.central[spc].mcentral.fullSwept(sweepgen).push(s)
		mspanset.go#L74: func (b *spanSet) push(s *mspan) {